#heating {
    margin: 40px 150px;
}

#heating #textBox,
#heating #imageBox {
    width: 50%;
}

#heating #imageBox {
    margin-left: 50px;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

#heating #imageBox img {
    margin-bottom: 30px;
    width: 80%;
}

#heating #textBox .text {
    margin-bottom: 20px;
}

#heating #textBox .text #heading {
    font-family: var(--H-font);
    color: var(--txt-color4);
    margin-bottom: 0.5rem;
}

#heating #textBox .text #heading {
    font-size: 2.5rem;
    color: var(--txt-color1);
}

#heating #textBox .text #para {
    color: var(--txt-color3);
    font-family: var(--txt-font1);
    text-align: justify;
    font-size: 1rem;
}

#heating #textBox .text:last-child #heading {
    font-size: 1rem;
    color: var(--txt-color3);
}

#heating #textBox .text #para ul {
    list-style: square;
    margin-left: 40px;
    font-size: 1rem;
}

#heating #textBox .text #para #smallH {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 1100px) {
    #heating #textBox .text #heading {
        font-size: 2rem;
    }
    #heating #textBox .text #para {
        font-size: 0.8rem;
    }
    #heating #textBox .text:last-child #heading {
        font-size: 0.8rem;
    }
    #heating #textBox .text #para ul {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    #heating {
        margin: 40px 90px !important;
    }
    #heating #textBox .text #heading {
        font-size: 1.7rem;
    }
    #heating #textBox .text #para {
        font-size: 0.7rem;
    }
    #heating #textBox .text:last-child #heading {
        font-size: 0.7rem;
    }
    #heating #textBox .text #para ul {
        font-size: 0.7rem;
    }
    #heating #imageBox img {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    #heating {
        margin: 40px 15px !important;
        flex-direction: column;
    }
    #heating #textBox,
    #heating #imageBox {
        width: 100%;
    }
    #heating #textBox .text #heading {
        font-size: 1.7rem;
    }
    #heating #textBox .text #para {
        font-size: 0.7rem;
    }
    #heating #textBox .text:last-child #heading {
        font-size: 0.7rem;
    }
    #heating #textBox .text #para ul {
        font-size: 0.7rem;
    }
    #heating #imageBox img {
        margin-bottom: 30px;
        width: 80%;
    }
    #heating #imageBox {
        margin-left: 0px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}